
 .home{
        width: 100%;
        background-color: #fff;
        position: relative;
    }
    .home-header{
        
        height: 90px;
        line-height: 90px;
        border: #426299 solid 2px;
    }
    .home-header-content{
        /*width: 1200px;*/
        height: 94px;
        margin: 0px auto;
        display: flex;
        justify-content: space-around;
    }
    .home-header-content-logo{
        width: 170px;
        height: 70px;
        margin: 10px 0;
    }
    .home-header-content-nav{
        display: flex;
        align-items: center;
    }
    .home-header-content-nav-title{
        display: flex;
    }
    .home-header-content-nav-title h2{
        font-weight: 700;
        color: #000000;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .home-header-content-nav-top{
        width: 25px;
        height: 25px;
        margin: 0 50px;
    }
    .home-header-content-nav-person{
        display: flex;
        align-items: center;
    }
    .home-header-content-nav-person-logo{
        width: 30px;
        height: 30px;
    }
    .home-header-content-nav-person p{
        font-size: 18px;
        margin-left: 5px;
    }
    .home-content{
        /*width: 1200px;*/
        margin: 0px auto;
        text-align: center;
        position: relative;

    }
    .home-content-logo{
        width: 130px;
        height: 110px;
        margin-top: 50px;
    }
    .home-content h1{
        font-weight: 700;
    }
    .home-content-search{
        display: flex;
        align-items: center;
        margin: 30px 15%;
    }
    .home-content-search-input{
        width: 700px;
        border: #426299 solid 1px;
        padding: 15px 12px;
        border-radius: 8px;
    }
    .home-content-search-button{
        background-color: #000000;
        color: #fff;
        border: 0;
        width: 96px;
        height: 50px;
        border-radius: 8px;
        margin-left: 10px;
    }
    .home-content-field{
        background-color: #A5A5A5;
        color: #fff;
        border: 0;
        padding: 15px 25px;
        border-radius: 8px;
    }
    .home-content-chart{
      width: 100%;
      height: 500px;
    }
    .home-footer{
      width: 100%;
      /*height: 100px;*/
      background-color: #595959;
    }
    .home-footer-content{
     /* width: 1200px;*/
      margin: 0px auto;
      color: #fff;
      text-align: center;

        /*line-height: 50px;*/
    }
    .home-footer-content-first{
      display: flex;
        flex-direction: column;
      align-items: center;
    }
    .home-footer-content-first-img{
      width: 28px;
      height: 28px;
      margin-right: 10px;
    }
    .home-footer-content-first-text{
      display: flex;
      font-size: 16px;
    }
    .home-footer-content-first-text span{
      margin: 15 10px;
    }
    .home-weXin{
      position: absolute;
      left: 100px;
      top: 600px;
      width: 40px;
      height: 40px;
    }
    .home-weBo{
      position: absolute;
      left: 100px;
      top: 660px;
      width: 40px;
      height: 40px;
    }
